home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Special XP & Vista
/
Chip Spesial XP & Vista.iso
/
3_Gadgets
/
UEFA_Informer_Gadget
/
UEFAinfo.gadget
/
css
/
settings.css
< prev
Wrap
Text (UTF-16)
|
2008-03-31
|
3KB
|
76 lines
body {
width: 200px;
height: 281px;
margin: 0;
padding: 0;
}
#headerList {
margin-left: 10px;
font-size: 14px;
font-family: Calibri;
}
form {
overflow: auto;
margin-top: 12px;
margin-left: 10px;
padding-left: 5px;
height: 202px;
width: 180px;
padding-left: 5px;
background-color: #ffffff;
border: 1px solid ThreeDFace;
border-top-color: ThreeDShadow;
border-right-color: ThreeDHighlight;
border-left-color: ThreeDShadow;
font-size: 11px;
font-family: Calibri;
}
label {
position: relative;
top: -2px;
margin-left: 2px;
}
#control {
position: relative;
top: -19px;
width: 180px;
margin-left: 10px;
padding-left: 5px;
border: 1px solid ThreeDFace;
border-top-color: ThreeDShadow;
border-right-color: ThreeDHighlight;
border-bottom-color: ThreeDHighlight;
border-left-color: ThreeDShadow;
font-size: 11px;
font-family: Calibri;
}
#bottom {
margin-top: -14px;
text-align: right;
font-size :11px;
font-family: Calibri;
}
#version {
float: left;
margin-top: 13px;
}
#author {
color: black;
text-decoration: none;
}
.centered {
margin-top: expression((
document.getElementById("countryList").offsetHeight/2)
-(parseInt(offsetHeight)/2) <0 ? "0" :
(document.getElementById("countryList").offsetHeight/2)
-(parseInt(offsetHeight)/2)-20 +'px');
text-align: center;
}